home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / vidlib.arc / MSELHLP.TXT < prev    next >
Text File  |  1989-02-13  |  2KB  |  46 lines

  1.                              ** MOVIE SELECTOR **                    Page  1
  2. ------------------------------------------------------------------------------
  3. The MOVIE SELECTOR screen is displayed if you choose to just display some
  4. movies from the SELECT REPORT TYPE LISTING screen or if you choose to create
  5. a Sub-File from the UTILITY screen.  The purpose of this screen is to allow
  6. you to selectively choose the movies you want included in your report or
  7. Sub-File.  Selections of the movies that you require from the library file
  8. are made through entries in four fields.
  9.  
  10. 1.  Field        Enter the field name on which you wish to restrict output.
  11.                  In addition to the 15 field names displayed on the screen,
  12.                  you may use three additional field names, STARF for the
  13.                  star's first name, COSTARF for the co-stars first name,
  14.                  and DIRECF for the director's first name.  Using the field
  15.                  names STAR, COSTAR and DIRECTOR is for their last names.
  16.  
  17. 2.  Comparator  Requires entry of one of the comparators listed in the
  18.                 screen window.
  19.  
  20. 3.  LogOp       Requires entry of one of the logical operators (and -- or).
  21.                 The word END is type in this field if the column is not
  22.                 filled, to end data entry on the screen.
  23. ----------------------------------------------------------------------------
  24.                          ** MOVIE SELECTOR **  cont                  Page 2
  25. ----------------------------------------------------------------------------
  26. 4.  Value       Enter a constant against which you want the comparison made.
  27.  
  28. ** Examples **
  29.  
  30. LogOp     Field        Comparator       Value
  31. ____________________________________________________________________________
  32.           YEAR         GE               1985
  33. AND       RATING       EQ               PG
  34. AND       TIME         LE               100
  35. END
  36.    This example would select those movies in your library file that were made
  37. in or after 1985, that were rated PG and had a running time of 100 min or less.
  38.  
  39.           STAR         EQ               EASTWOOD
  40. OR        STAR         EQ               REYNOLDS
  41. AND       CATEGORY     EQ               A
  42.    This example would select those movies in your library file that starred
  43. either Eastwood, or Reynolds that were in the Action category.
  44.  
  45.  
  46. ------------------------------------------------------------------------------